Ubuntu Launcher doesn't launch [closed]
Posted
by
La Chamelle
on Server Fault
See other posts from Server Fault
or by La Chamelle
Published on 2012-02-01T18:03:29Z
Indexed on
2012/12/16
23:06 UTC
Read the original article
Hit count: 286
I use Ubuntu 11.04 and Gnome 2.32.1.
I want to create a new launcher for Sql Developer on the desktop with the following value :
- Name : SqlDeveloper
- Command :
/bin/sh /opt/sqldeveloper/sqldeveloper.sh
- Icon : A icon in the directory of sql developer
When I click or double-click on the launcher nothing happens.
$ ls -l /opt/sqldeveloper/sqldeveloper.sh
-rwxr-xr-x /opt/sqldeveloper/sqldeveloper.sh
What should I do ?
© Server Fault or respective owner